Skip to content

feat add course plan#14

Merged
LostPointer merged 2 commits intoDafeCpp:mainfrom
LostPointer:feat/add_course_plan
Nov 15, 2025
Merged

feat add course plan#14
LostPointer merged 2 commits intoDafeCpp:mainfrom
LostPointer:feat/add_course_plan

Conversation

@LostPointer
Copy link
Copy Markdown
Contributor

@LostPointer LostPointer commented Nov 15, 2025

Note

Adds full C++ course documentation: expanded doc/README.md and 11 detailed lesson files with theory, practice, and assignments.

  • Documentation:
    • Course overview: Expanded doc/README.md with course structure, program blocks, study workflow, resources (docs, books, videos, communities), tooling (compilers/IDE/debug/build), code formatting, project structure, and license.
    • Lessons (11 files):
      • Added doc/lesson_01.mddoc/lesson_11.md covering: basics, types/variables, practice sets, functions/pointers, arrays/strings, practice on functions/arrays, control flow, dynamic memory, practice on algorithms/DS, structs/classes, and OOP practice (inheritance/polymorphism); includes theory, examples, tasks, and homework.

Written by Cursor Bugbot for commit 3ba0b16. This will update automatically on new commits. Configure here.

@github-actions
Copy link
Copy Markdown

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment thread doc/lesson_06.md
### Задание 4: Поиск медианы
Напишите функцию, которая возвращает медиану из 3 чисел.

**Файл:** `task_01`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Broken Assignment-Task File Numbering

The assignment numbering is inconsistent with the corresponding task file names. Assignment 1 maps to task_02, Assignment 2 to task_03, Assignment 3 to task_04, and Assignment 4 to task_01. This creates confusion as students would naturally expect Assignment N to correspond to task_N. The median task being labeled as Assignment 4 but stored in task_01 is particularly misleading.

Fix in Cursor Fix in Web

@LostPointer LostPointer merged commit b4ff7ba into DafeCpp:main Nov 15, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant